home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-05-10 | 25.3 KB | 1,509 lines |
- ;//********* OPTION - OPTION DE JEU (O2) **********
- new Container
- {
- name "container_option_de_jeu"
-
- z 1
-
- background "data/menus/i_bg_option_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 2
- }
-
- new MenuButton
- {
- x 0.45
- y 0.35
- z 0.9
- size_x 0.45
- size_y 0.466
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Options"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Options de jeu
- x 0.012
- y 0.85
- text "Game"
- text2 "Options"
- text_initial_color <0,0.66,1,1>
- highlight_image ""
- }
- new MenuButton
- {
- ;// Options video
- x 0.004
- y 0.75
- text "Video"
- text2 "Options"
- warp_to "container_option_video"
- }
- new MenuButton
- {
- ;// Options audio
- x 0.005
- y 0.65
- text "Audio"
- text2 "Options"
- warp_to "container_option_audio"
- }
- new MenuButton
- {
- ;// Controles
- x 0.015
- y 0.55
- text "Controls"
- warp_to "container_option_controle"
- }
- new MenuButton
- {
- ;// Force feedback
- name "button_feedback1"
- x 0.038
- y 0.45
- text "Force-"
- text2 "Feedback"
- warp_to "container_forcefeedback"
- }
- new FastFont
- {
- ;// RΘsolution des karts
- x 0.48
- y 0.76
- z 0.1
- ratio 0.23
- text "Kart Resolution"
- initial_color <0,0.6,1,1>
- }
- new FastFont
- {
- name "resolution_karts"
- ;// Haute
- x 0.83
- y 0.76
- auto_center 1
- ratio 0.23
- text "High"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_RESOLUTION_KARTS
- request_type 4101
- }
- }
- new FastFont
- {
- ;// Filtre TrilinΘaire
- x 0.48
- y 0.7
- ratio 0.23
- text "Trilinear Filter"
- initial_color <0,0.6,1,1>
- }
- new FastFont
- {
- name "option_trilerp"
- ;// ActivΘ (Filtre)
- x 0.83
- y 0.7
- z 0.1
- auto_center 1
- ratio 0.23
- text "Active"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_TRILERP
- request_type 4100
- }
- }
- new FastFont
- {
- ;// Effets SpΘciaux
- x 0.48
- y 0.64
- initial_color <0,0.6,1,1>
- ratio 0.23
- text "Special Effects"
- }
- new FastFont
- {
- ;// Reflets de lentille
- x 0.50
- y 0.6
- ratio 0.23
- text "Lens-Flare"
- }
- new FastFont
- {
- ;// ActivΘ (Reflets Lentille)
- name "LENS_FLARE_EFFECT"
- x 0.83
- y 0.6
- z 0.1
- auto_center 1
- ratio 0.23
- text "Active"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_LENS_FLARE_EFFECT
- request_type 4104
- }
- }
- new FastFont
- {
- ;// Kart reflection
- x 0.50
- y 0.56
- ratio 0.23
- text "Reflection"
- }
- new FastFont
- {
- ;// ActivΘ (Kart reflection)
- name "KART_REFLECTION"
- x 0.83
- y 0.56
- z 0.1
- auto_center 1
- ratio 0.23
- text "Active"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_KART_REFLECTION
- request_type 4105
- }
- }
- new FastFont
- {
- ;// Kart Shading
- x 0.50
- y 0.52
- ratio 0.23
- text "Dynamic Lighting"
- }
- new FastFont
- {
- ;// ActivΘ (Kart Shading)
- name "KART_SHADING"
- x 0.83
- y 0.52
- z 0.1
- auto_center 1
- ratio 0.23
- text "Active"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_KART_SHADING
- request_type 4106
- }
- }
- new FastFont
- {
- ;// Particle effect
- x 0.50
- y 0.48
- ratio 0.23
- text "Particle Effects"
- }
- new FastFont
- {
- name "PARTICLE_EFFECT"
- ;// ActivΘ (Particle)
- x 0.83
- y 0.48
- z 0.1
- auto_center 1
- ratio 0.23
- text "Active"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_PARTICLE_EFFECT
- request_type 4107
- }
- }
- new FastFont
- {
- ;// Multitexturing
- x 0.50
- y 0.44
- ratio 0.23
- text "Multitexturing"
- }
- new FastFont
- {
- name "MULTITEXTURE"
- ;// ActivΘ (Multitexturing)
- x 0.83
- y 0.44
- z 0.1
- auto_center 1
- ratio 0.23
- text "Active"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_MULTITEXTURE
- request_type 4123
- }
- }
- new FastFont
- {
- ;// SystΦme des karts
- x 0.48
- y 0.38
- z 0.1
- ratio 0.23
- text "Measurement System"
- initial_color <0,0.6,1,1>
- }
- new FastFont
- {
- name "MEASUREMENT"
- ;// Haute
- x 0.83
- y 0.38
- auto_center 1
- ratio 0.23
- text "Metric"
- initial_color <0.99,0.61,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;eOPTION_METRIC_SYSTEM
- request_type 4124
- }
- }
-
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
- ;//********* OPTION - OPTION VIDEO (O3) **********
- new Container
- {
- name "container_option_video"
-
- z 1
-
- on_idle ActionIdleManager
- {
- current_menu 3
- }
-
- background "data/menus/i_bg_option_640_0.nif"
-
- new MenuButton
- {
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Options"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Option de jeu
- x 0.012
- y 0.85
- text "Game"
- text2 "Options"
- warp_to "container_option_de_jeu"
- }
- new MenuButton
- {
- ;// Option video
- x 0.004
- y 0.75
- text "Video"
- text2 "Options"
- text_initial_color <0,0.66,1,1>
- highlight_image ""
- }
- new MenuButton
- {
- ;// Option audio
- x 0.005
- y 0.65
- text "Audio"
- text2 "Options"
- warp_to "container_option_audio"
- }
- new MenuButton
- {
- ;// Controles
- x 0.015
- y 0.55
- text "Controls"
- warp_to "container_option_controle"
- }
- new MenuButton
- {
- ;// Force feedback
- name "button_feedback2"
- x 0.038
- y 0.45
- text "Force-"
- text2 "Feedback"
- warp_to "container_forcefeedback"
- }
- new FastFont
- {
- ;// Carte video
- x 0.24
- y 0.85
- ratio 0.3
- text "Video Card"
- initial_color <1,1,1,1>
- }
- new List
- {
- name "device_list"
- x 0.22
- y 0.65
- z 0.9
- size_x 0.7
- size_y 0.19
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 3
- display_type 1
- }
- new FastFont
- {
- ;// Resolution d'ecran
- x 0.595
- y 0.585
- auto_center 1
- ratio 0.3
- text "Screen Resolution"
- initial_color <1,1,1,1>
- }
- new List
- {
- name "video_mode_list"
- x 0.45
- y 0.32
- z 0.9
- size_x 0.30
- size_y 0.26
- multi_column (0.17)
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 3
- display_type 1
- }
- new MenuButton
- {
- ;// Appliquer
- x 0.862
- y 0.15
- text "Apply"
- ;// eOP_VIDEO_APPLY
- state_manager "13"
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
- ;//********* OPTION - OPTION AUDIO (O4) **********
- new Container
- {
- name "container_option_audio"
-
- z 1
-
- background "data/menus/i_bg_option_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 4
- }
-
- new MenuButton
- {
- name "background_musique"
- x 0.50
- y 0.29
- z 0.9
- size_x 0.22
- size_y 0.085
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- name "background_effets"
- x 0.50
- y 0.46
- z 0.9
- size_x 0.22
- size_y 0.085
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Options"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Option de jeu
- x 0.012
- y 0.85
- text "Game"
- text2 "Options"
- warp_to "container_option_de_jeu"
- }
- new MenuButton
- {
- ;// Option video
- x 0.004
- y 0.75
- text "Video"
- text2 "Options"
- warp_to "container_option_video"
- }
- new MenuButton
- {
- ;// Option audio
- x 0.005
- y 0.65
- text "Audio"
- text2 "Options"
- text_initial_color <0,0.66,1,1>
- highlight_image ""
- }
- new MenuButton
- {
- ;// Controles
- x 0.015
- y 0.55
- text "Controls"
- warp_to "container_option_controle"
- }
- new MenuButton
- {
- ;// Force feedback
- name "button_feedback3"
- x 0.038
- y 0.45
- text "Force-"
- text2 "Feedback"
- warp_to "container_forcefeedback"
- }
- new FastFont
- {
- ;// Provider sonore
- x 0.24
- y 0.85
- ratio 0.3
- text "Sound Driver"
- initial_color <1,1,1,1>
- }
- new List
- {
- name "sound_provider_list"
- x 0.22
- y 0.65
- z 0.9
- size_x 0.7
- size_y 0.19
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 3
- display_type 1
- }
- new FastFont
- {
- ;// Volume des effets
- x 0.615
- y 0.555
- ratio 0.3
- auto_center 1
- text "Effects Volume"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_volume_effet"
- x 0.615
- y 0.48
- auto_center 1
- ratio 0.3
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- ;// Fleche vers la gauche
- x 0.51
- y 0.47
- size_x 0.06
- size_y 0.06
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- ;// eOP_SOUND_DOWN
- state_manager "15"
- }
- new MenuButton
- {
- ;// Fleche vers la droite
- x 0.65
- y 0.47
- size_x 0.06
- size_y 0.06
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- ;// eOP_SOUND_UP
- state_manager "14"
- }
- new FastFont
- {
- ;// Volume de la musique
- x 0.615
- y 0.385
- ratio 0.3
- auto_center 1
- text "Music Volume"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume de la musique
- name "option_volume_musique"
- x 0.615
- y 0.31
- auto_center 1
- ratio 0.3
- text "100%"
- initial_color <0,0.66,1,1>
- }
- new MenuButton
- {
- ;// Fleche vers la gauche
- x 0.51
- y 0.30
- size_x 0.06
- size_y 0.06
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- ;// eOP_MUSIC_DOWN
- state_manager "17"
- }
- new MenuButton
- {
- ;// Fleche vers la droite
- x 0.65
- y 0.30
- size_x 0.06
- size_y 0.06
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- ;// eOP_MUSIC_UP
- state_manager "16"
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
- ;//********* OPTION - OPTION CONTROLE (O5) **********
- new Container
- {
- name "container_option_controle"
-
- z 1
-
- background "data/menus/i_bg_option_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 5
- }
-
- new MenuButton
- {
- x 0.465
- y 0.34
- z 0.9
- size_x 0.42
- size_y 0.39
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- name "background_joystick"
- x 0.72
- y 0.73
- z 0.9
- size_x 0.22
- size_y 0.1
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Options"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Option de jeu
- x 0.012
- y 0.85
- text "Game"
- text2 "Options"
- warp_to "container_option_de_jeu"
- }
- new MenuButton
- {
- ;// Option video
- x 0.004
- y 0.75
- text "Video"
- text2 "Options"
- warp_to "container_option_video"
- }
- new MenuButton
- {
- ;// Option audio
- x 0.005
- y 0.65
- text "Audio"
- text2 "Options"
- warp_to "container_option_audio"
- }
- new MenuButton
- {
- ;// Controles
- x 0.015
- y 0.55
- text "Controls"
- text_initial_color <0,0.66,1,1>
- highlight_image ""
- }
- new MenuButton
- {
- ;// Force feedback
- name "button_feedback4"
- x 0.038
- y 0.45
- text "Force-"
- text2 "Feedback"
- warp_to "container_forcefeedback"
- }
- new FastFont
- {
- ;// PΘriphΘrique par dΘfaut
- x 0.20
- y 0.93
- ratio 0.275
- text "Default Device"
- initial_color <1,1,1,1>
- }
- new MenuButton
- {
- ;// Remettre valeur par dΘfaut
- x 0.20
- y 0.60
- text "Reinitialise"
- text2 "Controls"
-
- ;// eOP_CONTROL_REINIT
- state_manager "32"
- }
- new List
- {
- name "joystick_list"
- x 0.18
- y 0.73
- z 0.9
- size_x 0.54
- size_y 0.19
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
- selection_type 3
- display_type 1
- }
- new FastFont
- {
- name "option_joystick_digital"
- x 0.80
- y 0.785
- ratio 0.22
- text "Digital"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eCONFIG_JOYSTICK_DIGITAL
- request_type 54
- }
- }
- new FastFont
- {
- name "option_joystick_analogique"
- x 0.80
- y 0.74
- ratio 0.22
- text "Analogue"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eCONFIG_JOYSTICK_ANALOG
- request_type 55
- }
- }
- new MenuButton
- {
- ;// Image de Check
- name "option_joystick_check"
- x 0.76
- y 0.70
- size_x 0.029
- size_y 0.045
-
- normal_image "data/menus/i_coche_oui.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Accelerer
- x 0.49
- y 0.68
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Accelerate"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_ACCELERER
- request_type 18
- }
- }
- new FastFont
- {
- ;// Freiner
- x 0.49
- y 0.64
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Brake"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_FREINER
- request_type 19
- }
- }
- new FastFont
- {
- ;// Gauche
- x 0.49
- y 0.6
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Turn left"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_GAUCHE
- request_type 20
- }
- }
- new FastFont
- {
- ;// Droite
- x 0.49
- y 0.56
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Turn right"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_DROITE
- request_type 21
- }
- }
- new FastFont
- {
- ;// Boucher le carburateur
- x 0.49
- y 0.52
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Block Carburator (100cc)"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_BOUCHER
- request_type 22
- }
- }
- new FastFont
- {
- ;// Regarder vers l'arriΦre
- x 0.49
- y 0.48
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Look Behind"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_REGARDER
- request_type 23
- }
- }
- new FastFont
- {
- ;// Reprendre la route
- x 0.49
- y 0.44
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Instant Reposition"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_REPRENDRE
- request_type 24
- }
- }
- new FastFont
- {
- ;// Insulte
- x 0.49
- y 0.40
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Shake Fist"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_INSULTE
- request_type 25
- }
- }
- new FastFont
- {
- ;// CamΘra in group
- x 0.49
- y 0.36
- z 0.4
- size_x 0.45
- fixed_width 1
- ratio 0.22
- text "Cycle Camera Views"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- ;// eOP_CONTROL_SWITCH_CAMERA_IN_GROUP
- request_type 26
- }
- }
-
- new FastFont
- {
- name "option_control_0"
- x 0.74
- y 0.68
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_1"
- x 0.74
- y 0.64
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_2"
- x 0.740
- y 0.6
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_3"
- x 0.740
- y 0.56
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_4"
- x 0.740
- y 0.52
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_5"
- x 0.740
- y 0.48
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_6"
- x 0.740
- y 0.44
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_7"
- x 0.740
- y 0.4
- ratio 0.22
- }
- new FastFont
- {
- name "option_control_8"
- x 0.740
- y 0.36
- ratio 0.22
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
- ;//********* OPTION - OPTION CONTROLE FORCE FEED BACK (O6) **********
- new Container
- {
- name "container_forcefeedback"
-
- z 1
-
- background "data/menus/i_bg_option_640_0.nif"
-
- on_idle ActionIdleManager
- {
- current_menu 14
- }
-
- new MenuButton
- {
- x 0.52
- y 0.86
- z 0.9
- size_x 0.22
- size_y 0.1
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Options"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Option de jeu
- x 0.012
- y 0.85
- text "Game"
- text2 "Options"
- warp_to "container_option_de_jeu"
- }
- new MenuButton
- {
- ;// Option video
- x 0.004
- y 0.75
- text "Video"
- text2 "Options"
- warp_to "container_option_video"
- }
- new MenuButton
- {
- ;// Option audio
- x 0.005
- y 0.65
- text "Audio"
- text2 "Options"
- warp_to "container_option_audio"
- }
- new MenuButton
- {
- ;// Controles
- x 0.015
- y 0.55
- text "Controls"
- warp_to "container_option_controle"
- }
- new MenuButton
- {
- ;// Force feedback
- x 0.038
- y 0.45
- text "Force-"
- text2 "-Feedback"
- text_initial_color <0,0.66,1,1>
- highlight_image ""
- }
- new FastFont
- {
- x 0.20
- y 0.93
- ratio 0.275
- text "Force-Feedback"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- name "option_joystick_feedback_on"
- x 0.60
- y 0.915
- ratio 0.25
- text "Active"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eOPTION_FF_ON
- request_type 4109
- }
- }
- new FastFont
- {
- name "option_joystick_feedback_off"
- x 0.60
- y 0.87
- ratio 0.25
- text "Inactive"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eOPTION_FF_OFF
- request_type 4110
- }
- }
- new MenuButton
- {
- ;// Image de Check
- name "option_feedback_check"
- x 0.56
- y 0.83
- size_x 0.029
- size_y 0.045
-
- normal_image "data/menus/i_coche_oui.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Overall effect strength
- x 0.615
- y 0.75
- auto_center 1
- ratio 0.25
- text "Overall effect strength"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_ff_overall_strength"
- x 0.615
- y 0.71
- auto_center 1
- ratio 0.25
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- x 0.54
- y 0.70
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- state_manager "4111"
- }
- new MenuButton
- {
- x 0.65
- y 0.70
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- state_manager "4112"
- }
- new FastFont
- {
- x 0.615
- y 0.65
- auto_center 1
- ratio 0.25
- text "Centering spring"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_ff_centering_spring"
- x 0.615
- y 0.61
- auto_center 1
- ratio 0.25
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- x 0.54
- y 0.60
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- state_manager "4113"
- }
- new MenuButton
- {
- x 0.65
- y 0.60
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- state_manager "4114"
- }
- new FastFont
- {
- x 0.615
- y 0.55
- auto_center 1
- ratio 0.25
- text "Bumpers"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_ff_bumper"
- x 0.615
- y 0.51
- auto_center 1
- ratio 0.25
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- x 0.54
- y 0.50
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- state_manager "4115"
- }
- new MenuButton
- {
- x 0.65
- y 0.50
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- state_manager "4116"
- }
- new FastFont
- {
- x 0.615
- y 0.45
- auto_center 1
- ratio 0.25
- text "Collision"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_ff_collision"
- x 0.615
- y 0.41
- auto_center 1
- ratio 0.25
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- x 0.54
- y 0.40
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- state_manager "4117"
- }
- new MenuButton
- {
- x 0.65
- y 0.40
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- state_manager "4118"
- }
- new FastFont
- {
- x 0.615
- y 0.35
- auto_center 1
- ratio 0.25
- text "Skidding"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_ff_skidding"
- x 0.615
- y 0.31
- auto_center 1
- ratio 0.25
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- x 0.54
- y 0.30
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- state_manager "4119"
- }
- new MenuButton
- {
- x 0.65
- y 0.30
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- state_manager "4120"
- }
- new FastFont
- {
- x 0.615
- y 0.25
- auto_center 1
- ratio 0.25
- text "Engine"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Volume des effets
- name "option_ff_engine"
- x 0.615
- y 0.21
- auto_center 1
- ratio 0.25
- text "100%"
- initial_color <0,0.66,1,1>
- auto_center 1
- }
- new MenuButton
- {
- x 0.54
- y 0.20
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
- state_manager "4121"
- }
- new MenuButton
- {
- x 0.65
- y 0.20
- size_x 0.04
- size_y 0.04
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
- state_manager "4122"
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
-